home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 March
/
CHIP Mart 1997.iso
/
SurfCam
/
SURFCAM.Z
/
ANILAM-C.M3
< prev
next >
Wrap
Text File
|
1996-04-01
|
5KB
|
220 lines
name ANILAM Crusader Series M Event Style
% 00
g 00
r 00
N >4
G >2
X ->3.>4
Y ->3.>4
Z ->3.>4
A ->3.>4
I ->3.>4 X
J ->3.>4 Y
K ->3.>4
Q ->3.>4
R ->3.>4
P >40
f >3.1
F >3.1
H >2
D >2
T >2 add 1000
t >2 T
M >2
S >4
V >2
v ->3.>4 ""
c 00
e 00
w 00
ModalLetters X Y Z F f # List of letters that are modal
ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
Sequence#s N 0 1 1 # Char, freq, incr & start
First#? N # Y or N 'Output 1st sequence no.
Last#? N # Y or N 'Output last sequence no.
HCode X # X or X U 'Horizontal char.
VCode Y # Y or Y V 'Vertical char.
Dcode Z # Depth char.
FeedCode f # Feed rate char.
Comment ( ) # Begin End comment char.
Spindle 3 4 5 # Cw, ccw & stop m codes
Coolant 8 9 7 # On, Off & Mist m codes
DComp 41 42 40 # Left, Right & Cancel m codes
LComp 43 49 # On & Off codes
Feed g0 # Linear move
Rapid r0 # Rapid positioning word
Inc/Abs G 91 90 # Inc & Abs char. & values
Work G # Work offset register
CtrCode I J # I J or R or I J K L
Helical? N
Spaces? Y # Y or N 'Spaces between words
Incremental? N # Y or N 'Inc or abs output
CtrIncremental? Y # Y or N 'Inc or abs I & J
ByQuadrants? N # Y or N 'Break arcs at quadrants
UppercaseComments? Y # Y or N 'Require uppercase comments
Drill 5 # Drilling canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
r0 X[H] Y[V]
G81
r0 Z[D]
r0 X[H] Y[V]
end cancel
Peck 7 # Pecking canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
V23 v[VBite]
V24 v[RPlane]
r0 X[H] Y[V]
G83
r0 Z[D]
r0 X[H] Y[V]
end cancel
Tap 7 # Tapping canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
V23 v[VBite]
V24 v[RPlane]
r0 X[H] Y[V]
G87
r0 Z[D]
r0 X[H] Y[V]
end cancel
LTap 7 # Left handed tapping cycle
V0 v[Frate]
V21 v[Vclear]
V22 v[Dwell]
V24 v[RPlane]
r0 X[H] Y[V]
G82
Z[D]
r0 X[H] Y[V]
end cancel
Ream 6 # Reaming canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
V24 v[RPlane]
r0 X[H] Y[V]
G85
r0 Z[D]
r0 X[H] Y[V]
end cancel
Bore 7 # Boring canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
V23 v[VBite]
V24 v[RPlane]
r0 X[H] Y[V]
G86
r0 Z[D]
r0 X[H] Y[V]
end cancel
Back 7 # Back boring canned/manual cycle
V20 v[Frate]
V21 v[Vclear]
V22 v[Dwell]
V24 v[RPlane]
r0 X[H] Y[V]
G89
r0 Z[D]
r0 X[H] Y[V]
end cancel
Cancel # Cancel a canned/manual cycle
G80
end
StartCode # Start of the program
%0
End
1stToolChange # First tool change
T[Tool]
r0 X[ToolDiam] Z0
t0
f[FRate]
g0 Z0
G92
r0 X0 Y0
t[Tool]
r0 X[H] Y[V]
f0 Z[D]
End
Infeed # Enable cutter comp
G[Side]
f[Frate]
g0 X[H] Y[V]
end
Outfeed # Disable cutter comp
G40
g0 X[H] Y[V]
end
ToolChange # Secondary tool changes
t0
r0 Z0
T[Tool]
r0 X[ToolDiam] Z0
t0
f[FRate]
g0 Z[D]
t[Tool]
End
EndCode # End of the program
t0
r0 Z0
r0 X0 Y0
e0
%0
End
LineCode # Linear move
f[Frate]
g0 X[H] Y[V] Z[D]
end
Rapidcode # Rapid move
r0 X[H] Y[V] Z[D]
end
CwCode # CW circular move
c0
g0 I[HCtr] J[VCtr]
g0 X[H] Y[V]
c0
end
CcwCode # CCW circular move
w0
g0 I[HCtr] J[VCtr]
g0 X[H] Y[V]
w0
end
Replace "c" with "ARC CW"
Replace "w" with "ARC CCW"
Replace "e" with "END"
Replace "f" with "FEED "
Replace "r" with "RA"
Replace "g" with "FA"